home *** CD-ROM | disk | FTP | other *** search
/ Internet 53 / INTERNET53.iso / mac / SOFTWARE / MAC / BROWSING / SHERLOCK / COMPLETE.SIT.HQX / The Complete Sherlock Archive / Book_Magazines / DarkHorseComics.src < prev    next >
Text File  |  1998-10-26  |  2KB  |  70 lines

  1. # Created by nathan hyde
  2. # e-mail: nhyde@mail3.casadyg.com
  3. # http://www.casadyg.com/
  4. # Thanks to Gord Lacey
  5. # Visit his web page at:
  6. # http://www.eiresources.com
  7. # for more info visit:
  8. # http://www.eiresources.com/sherlocksearch/
  9. # http://www.apple.com/sherlock/plugindev.html
  10.  
  11. <search 
  12. # the name you'd like your .src file to have within Sherlock
  13. name = "Dark Horse Comics Online"
  14. description = "Searches DHC Online, publishers of Star Wars, Aliens, Buffy the Vampire Slayer, and more."
  15.  
  16. # The method of the form. Either GET or POST
  17. method = "GET"
  18. # The action of the form.
  19. action = "http://www.dhorse.com/Results2.html"
  20.  
  21. # The URL for updates to your .src file. (For online updates.)
  22. # You'll need to use ResEdit to modify a few resourses to completely
  23. # utilize this feature.
  24. # Remove the comment before the next line to use this feature.
  25. update = "http://www.dhorse.com/sherlock/darkhorsecomics.src.hqx"
  26.  
  27. # Check for new version of the .src file at this address. 
  28. # You'll need to use ResEdit to modify a few resourses to completely utilize
  29. # this feature. Remove the comment before the next line
  30. # to use this feature.
  31. updateCheckDays = 5 
  32. >
  33.  
  34. # Below list of all of the required inputs of your form.
  35. # For the field that the user enters in data, do not set a value.
  36. # Instead, use "user" in the place of 'VALUE=""'.
  37.  
  38. <INPUT NAME="SSTRING" user>
  39. <INPUT NAME="DISP" VALUE="100">
  40. <INPUT NAME="K" VALUE="0">
  41. <INPUT NAME="FLD" VALUE="0">
  42. <INPUT NAME="SRT" VALUE="DATE">
  43. <INPUT NAME="AO" VALUE="wa">
  44. <INPUT NAME="SHW" VALUE="ALL">
  45. <INPUT NAME="PRO" VALUE="P">
  46. <INPUT NAME="METH" VALUE="FORM">
  47.  
  48. <interpret
  49. # the tag(s) that begins the list of results
  50. # You'll need to change this value according to your results page.
  51. resultListStart = "<!--ListStart-->"
  52. # the HTML tag that is immediately after
  53. resultListEnd = "<!--ListEnd-->"
  54.  
  55. # The HTML tag(s) that begins every result item.
  56. # This is the reason I special cased our results page for Sherlock.
  57. # You'll need to change this value.
  58. resultItemStart = "<!--ResStart-->"
  59. resultItemEnd = "</TD>"    
  60.  
  61. relevanceStart = "<!--RelStart-->"
  62. relevanceEnd = "<!--RelEnd-->"    
  63. "
  64.  
  65. # Sherlock also supports display of banner ads within the results it displays.
  66. bannerStart="<!--BanStart-->"
  67. bannerEnd="<!--BanEnd-->"
  68. >
  69. </search>
  70.